Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 20, 2025

Updates the requirements on semgrep to permit the latest version.

Release notes

Sourced from semgrep's releases.

Release v1.109.0

1.109.0 - 2025-02-19

Changed

  • Pyproject.toml files are now parsed using a toml parser (tomli). (sc-2054)

Fixed

  • pro: taint-mode: Fixed limitation in custom taint propagators. See https://semgrep.dev/playground/s/ReJQO (code-7967)
  • taint-mode: Disable symbolic-propagation when matching taint propagators to prevent unintended interactions. See https://semgrep.dev/playground/s/7KE0k. (code-8054)
  • Fixed pattern match deduplication to avoid an O(n^2) worst-case complexity, and optimized the matching of ordered ..., PAT, ... patterns. (saf-682)
Changelog

Sourced from semgrep's changelog.

1.109.0 - 2025-02-19

Changed

  • Pyproject.toml files are now parsed using a toml parser (tomli). (sc-2054)

Fixed

  • pro: taint-mode: Fixed limitation in custom taint propagators. See https://semgrep.dev/playground/s/ReJQO (code-7967)
  • taint-mode: Disable symbolic-propagation when matching taint propagators to prevent unintended interactions. See https://semgrep.dev/playground/s/7KE0k. (code-8054)
  • Fixed pattern match deduplication to avoid an O(n^2) worst-case complexity, and optimized the matching of ordered ..., PAT, ... patterns. (saf-682)

1.108.0 - 2025-02-12

Added

  • pro: Semgrep can now dynamically resolve dependencies for Python projects using pip, allowing it to determine transitive dependencies automatically. (sc-2069)

Changed

  • Bump base Alpine docker image from 3.19 to 3.21. (alpine-version)
  • The semgrep-appsec-platform specific metadata fields "semgrep.dev:" and "semgrep.policy:" are now filtered from the JSON output unless you are logged in with the Semgrep appsec platform. See https://semgrep.dev/docs/semgrep-appsec-platform/json-and-sarif#json for more information. (metadata-filter)
  • The Semgrep Docker image now uses Python 3.12 (bumped from 3.11). (python-version)

Fixed

  • This PR changes the way we handle failures in git worktree remove more gracefully. Instead of erroring, we continue to scan so that the user can still get results, but log the error. It also adds a guard so that this failure is less likely to happen and will include more debugging information when it does. (sms-521)

1.107.0 - 2025-02-04

... (truncated)

Commits
  • 2ec9863 chore: release version 1.109.0
  • 78255d0semgrep/semgrep-proprietary#3164
  • 721ee14 matching: Optimize the ordered ..., PAT, ... case (semgrep/semgrep-propriet...
  • 0192a48 perf: Fix Core_match.uniq O(n^2) worst-case complexity (semgrep/semgrep-propr...
  • 4c6aa60 Move subproject.py DependencySource and children classes to ATD (semgrep/semg...
  • ecae960semgrep/semgrep-proprietary#3141
  • a6ecc31semgrep/semgrep-proprietary#3121
  • 2c90578 chore: Stop using python cache in pre-commit job (semgrep/semgrep-proprietary...
  • a0465ba Use inherited environment when using CapExec ~env (semgrep/semgrep-proprietar...
  • f90c639 refactor: Move Tok.location type and utils to the Loc module (semgrep/semgrep...
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Updates the requirements on [semgrep](https://github.com/returntocorp/semgrep) to permit the latest version.
- [Release notes](https://github.com/returntocorp/semgrep/releases)
- [Changelog](https://github.com/semgrep/semgrep/blob/develop/CHANGELOG.md)
- [Commits](semgrep/semgrep@v1.99.0...v1.109.0)

---
updated-dependencies:
- dependency-name: semgrep
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Feb 20, 2025
@dependabot dependabot bot requested a review from drdavella as a code owner February 20, 2025 05:55
@dependabot dependabot bot added the python Pull requests that update Python code label Feb 20, 2025
@sonarqubecloud
Copy link

@clavedeluna clavedeluna added this pull request to the merge queue Feb 21, 2025
Merged via the queue into main with commit ae6e1ae Feb 21, 2025
15 checks passed
@clavedeluna clavedeluna deleted the dependabot/pip/semgrep-gte-1.99-and-lt-1.110 branch February 21, 2025 11:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant